2015-09-30(腾工2).sql 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. --================添加记录-------------2015-09-30
  2. --系统类别表--
  3. Declare @ParentID int
  4. set @ParentID = 0
  5. set @ParentID = (select top 1 ID from tb_ErpSystemCategory where Sc_ClassCode = 'AAAAAAD');
  6. if @ParentID is not null and @ParentID > 0
  7. begin
  8. if (select count(ID) from tb_ErpSystemCategory where Sc_ClassCode = 'AAAAAAQ') <= 0
  9. begin
  10. insert into tb_ErpSystemCategory(Sc_ClassCode, Sc_ClassName, Sc_ClassParentID, Sc_IsDisable, Sc_IsReadOnly, Sc_URL, Sc_IsDelete, Sc_IsEnabledURL)
  11. values('AAAAAAQ', '流程把控', @ParentID, 'False', 'True', '', 'True', 'False')
  12. end
  13. if (select count(ID) from tb_ErpSystemCategory where Sc_ClassCode = 'AAAAAAR') <= 0
  14. begin
  15. insert into tb_ErpSystemCategory(Sc_ClassCode, Sc_ClassName, Sc_ClassParentID, Sc_IsDisable, Sc_IsReadOnly, Sc_URL, Sc_IsDelete, Sc_IsEnabledURL)
  16. values('AAAAAAR', '业务咨询', @ParentID, 'False', 'True', '', 'True', 'False')
  17. end
  18. if (select count(ID) from tb_ErpSystemCategory where Sc_ClassCode = 'AAAAAAS') <= 0
  19. begin
  20. insert into tb_ErpSystemCategory(Sc_ClassCode, Sc_ClassName, Sc_ClassParentID, Sc_IsDisable, Sc_IsReadOnly, Sc_URL, Sc_IsDelete, Sc_IsEnabledURL)
  21. values('AAAAAAS', '满意度调查', @ParentID, 'False', 'True', '', 'True', 'False')
  22. end
  23. if (select count(ID) from tb_ErpSystemCategory where Sc_ClassCode = 'AAAAAAT') <= 0
  24. begin
  25. insert into tb_ErpSystemCategory(Sc_ClassCode, Sc_ClassName, Sc_ClassParentID, Sc_IsDisable, Sc_IsReadOnly, Sc_URL, Sc_IsDelete, Sc_IsEnabledURL)
  26. values('AAAAAAT', '意向跟踪', @ParentID, 'False', 'True', '', 'True', 'False')
  27. end
  28. if (select count(ID) from tb_ErpSystemCategory where Sc_ClassCode = 'AAAAAAU') <= 0
  29. begin
  30. insert into tb_ErpSystemCategory(Sc_ClassCode, Sc_ClassName, Sc_ClassParentID, Sc_IsDisable, Sc_IsReadOnly, Sc_URL, Sc_IsDelete, Sc_IsEnabledURL)
  31. values('AAAAAAU', '关系维护', @ParentID, 'False', 'True', '', 'True', 'False')
  32. end
  33. if (select count(ID) from tb_ErpSystemCategory where Sc_ClassCode = 'AAAAAAV') <= 0
  34. begin
  35. insert into tb_ErpSystemCategory(Sc_ClassCode, Sc_ClassName, Sc_ClassParentID, Sc_IsDisable, Sc_IsReadOnly, Sc_URL, Sc_IsDelete, Sc_IsEnabledURL)
  36. values('AAAAAAV', '摄控安排', @ParentID, 'False', 'True', '', 'True', 'False')
  37. end
  38. end
  39. GO
  40. -------------摄控安排
  41. set @ParentID = 0
  42. set @ParentID = (select top 1 ID from tb_ErpSystemCategory where Sc_ClassCode = 'AAAAAAV');
  43. if @ParentID is not null and @ParentID > 0
  44. begin
  45. if (select count(ID) from tb_ErpSystemCategory where Sc_ClassCode = 'AAAAAAW') <= 0
  46. begin
  47. insert into tb_ErpSystemCategory(Sc_ClassCode, Sc_ClassName, Sc_ClassParentID, Sc_IsDisable, Sc_IsReadOnly, Sc_URL, Sc_IsDelete, Sc_IsEnabledURL)
  48. values('AAAAAAW', '选衣客人', @ParentID, 'False', 'True', '', 'True', 'False')
  49. end
  50. if (select count(ID) from tb_ErpSystemCategory where Sc_ClassCode = 'AAAAAAY') <= 0
  51. begin
  52. insert into tb_ErpSystemCategory(Sc_ClassCode, Sc_ClassName, Sc_ClassParentID, Sc_IsDisable, Sc_IsReadOnly, Sc_URL, Sc_IsDelete, Sc_IsEnabledURL)
  53. values('AAAAAAY', '拍照客人', @ParentID, 'False', 'True', '', 'True', 'False')
  54. end
  55. if (select count(ID) from tb_ErpSystemCategory where Sc_ClassCode = 'AAAAABA') <= 0
  56. begin
  57. insert into tb_ErpSystemCategory(Sc_ClassCode, Sc_ClassName, Sc_ClassParentID, Sc_IsDisable, Sc_IsReadOnly, Sc_URL, Sc_IsDelete, Sc_IsEnabledURL)
  58. values('AAAAABA', '看版客人', @ParentID, 'False', 'True', '', 'True', 'False')
  59. end
  60. if (select count(ID) from tb_ErpSystemCategory where Sc_ClassCode = 'AAAAABB') <= 0
  61. begin
  62. insert into tb_ErpSystemCategory(Sc_ClassCode, Sc_ClassName, Sc_ClassParentID, Sc_IsDisable, Sc_IsReadOnly, Sc_URL, Sc_IsDelete, Sc_IsEnabledURL)
  63. values('AAAAABB', '取件客人', @ParentID, 'False', 'True', '', 'True', 'False')
  64. end
  65. if (select count(ID) from tb_ErpSystemCategory where Sc_ClassCode = 'AAAAABC') <= 0
  66. begin
  67. insert into tb_ErpSystemCategory(Sc_ClassCode, Sc_ClassName, Sc_ClassParentID, Sc_IsDisable, Sc_IsReadOnly, Sc_URL, Sc_IsDelete, Sc_IsEnabledURL)
  68. values('AAAAABC', '服务客人', @ParentID, 'False', 'True', '', 'True', 'False')
  69. end
  70. end
  71. GO
  72. -------------流程把控
  73. set @ParentID = 0
  74. set @ParentID = (select top 1 ID from tb_ErpSystemCategory where Sc_ClassCode = 'AAAAAAQ');
  75. if @ParentID is not null and @ParentID > 0
  76. begin
  77. if (select count(ID) from tb_ErpSystemCategory where Sc_ClassCode = 'AAAAABD') <= 0
  78. begin
  79. insert into tb_ErpSystemCategory(Sc_ClassCode, Sc_ClassName, Sc_ClassParentID, Sc_IsDisable, Sc_IsReadOnly, Sc_URL, Sc_IsDelete, Sc_IsEnabledURL)
  80. values('AAAAABD', '已定未拍', @ParentID, 'False', 'True', '', 'True', 'False')
  81. end
  82. if (select count(ID) from tb_ErpSystemCategory where Sc_ClassCode = 'AAAAABF') <= 0
  83. begin
  84. insert into tb_ErpSystemCategory(Sc_ClassCode, Sc_ClassName, Sc_ClassParentID, Sc_IsDisable, Sc_IsReadOnly, Sc_URL, Sc_IsDelete, Sc_IsEnabledURL)
  85. values('AAAAABF', '已拍未修', @ParentID, 'False', 'True', '', 'True', 'False')
  86. end
  87. if (select count(ID) from tb_ErpSystemCategory where Sc_ClassCode = 'AAAAABG') <= 0
  88. begin
  89. insert into tb_ErpSystemCategory(Sc_ClassCode, Sc_ClassName, Sc_ClassParentID, Sc_IsDisable, Sc_IsReadOnly, Sc_URL, Sc_IsDelete, Sc_IsEnabledURL)
  90. values('AAAAABG', '已拍未选', @ParentID, 'False', 'True', '', 'True', 'False')
  91. end
  92. if (select count(ID) from tb_ErpSystemCategory where Sc_ClassCode = 'AAAAABH') <= 0
  93. begin
  94. insert into tb_ErpSystemCategory(Sc_ClassCode, Sc_ClassName, Sc_ClassParentID, Sc_IsDisable, Sc_IsReadOnly, Sc_URL, Sc_IsDelete, Sc_IsEnabledURL)
  95. values('AAAAABH', '已修未选', @ParentID, 'False', 'True', '', 'True', 'False')
  96. end
  97. if (select count(ID) from tb_ErpSystemCategory where Sc_ClassCode = 'AAAAABI') <= 0
  98. begin
  99. insert into tb_ErpSystemCategory(Sc_ClassCode, Sc_ClassName, Sc_ClassParentID, Sc_IsDisable, Sc_IsReadOnly, Sc_URL, Sc_IsDelete, Sc_IsEnabledURL)
  100. values('AAAAABI', '已选未设计', @ParentID, 'False', 'True', '', 'True', 'False')
  101. end
  102. if (select count(ID) from tb_ErpSystemCategory where Sc_ClassCode = 'AAAAABJ') <= 0
  103. begin
  104. insert into tb_ErpSystemCategory(Sc_ClassCode, Sc_ClassName, Sc_ClassParentID, Sc_IsDisable, Sc_IsReadOnly, Sc_URL, Sc_IsDelete, Sc_IsEnabledURL)
  105. values('AAAAABJ', '已设计未看', @ParentID, 'False', 'True', '', 'True', 'False')
  106. end
  107. if (select count(ID) from tb_ErpSystemCategory where Sc_ClassCode = 'AAAAABK') <= 0
  108. begin
  109. insert into tb_ErpSystemCategory(Sc_ClassCode, Sc_ClassName, Sc_ClassParentID, Sc_IsDisable, Sc_IsReadOnly, Sc_URL, Sc_IsDelete, Sc_IsEnabledURL)
  110. values('AAAAABK', '已看未发片', @ParentID, 'False', 'True', '', 'True', 'False')
  111. end
  112. if (select count(ID) from tb_ErpSystemCategory where Sc_ClassCode = 'AAAAABL') <= 0
  113. begin
  114. insert into tb_ErpSystemCategory(Sc_ClassCode, Sc_ClassName, Sc_ClassParentID, Sc_IsDisable, Sc_IsReadOnly, Sc_URL, Sc_IsDelete, Sc_IsEnabledURL)
  115. values('AAAAABL', '已发未回件', @ParentID, 'False', 'True', '', 'True', 'False')
  116. end
  117. if (select count(ID) from tb_ErpSystemCategory where Sc_ClassCode = 'AAAAABM') <= 0
  118. begin
  119. insert into tb_ErpSystemCategory(Sc_ClassCode, Sc_ClassName, Sc_ClassParentID, Sc_IsDisable, Sc_IsReadOnly, Sc_URL, Sc_IsDelete, Sc_IsEnabledURL)
  120. values('AAAAABM', '已回件未取', @ParentID, 'False', 'True', '', 'True', 'False')
  121. end
  122. end
  123. GO
  124. -------------关系维护
  125. set @ParentID = 0
  126. set @ParentID = (select top 1 ID from tb_ErpSystemCategory where Sc_ClassCode = 'AAAAAAU');
  127. if @ParentID is not null and @ParentID > 0
  128. begin
  129. if (select count(ID) from tb_ErpSystemCategory where Sc_ClassCode = 'AAAAABN') <= 0
  130. begin
  131. insert into tb_ErpSystemCategory(Sc_ClassCode, Sc_ClassName, Sc_ClassParentID, Sc_IsDisable, Sc_IsReadOnly, Sc_URL, Sc_IsDelete, Sc_IsEnabledURL)
  132. values('AAAAABN', '结婚纪念日祝福', @ParentID, 'False', 'True', '', 'True', 'False')
  133. end
  134. if (select count(ID) from tb_ErpSystemCategory where Sc_ClassCode = 'AAAAABO') <= 0
  135. begin
  136. insert into tb_ErpSystemCategory(Sc_ClassCode, Sc_ClassName, Sc_ClassParentID, Sc_IsDisable, Sc_IsReadOnly, Sc_URL, Sc_IsDelete, Sc_IsEnabledURL)
  137. values('AAAAABO', '生日祝福', @ParentID, 'False', 'True', '', 'True', 'False')
  138. end
  139. end
  140. -------------意向跟踪
  141. set @ParentID = 0
  142. set @ParentID = (select top 1 ID from tb_ErpSystemCategory where Sc_ClassCode = 'AAAAAAT');
  143. if @ParentID is not null and @ParentID > 0
  144. begin
  145. if (select count(ID) from tb_ErpSystemCategory where Sc_ClassCode = 'AAAAABP') <= 0
  146. begin
  147. insert into tb_ErpSystemCategory(Sc_ClassCode, Sc_ClassName, Sc_ClassParentID, Sc_IsDisable, Sc_IsReadOnly, Sc_URL, Sc_IsDelete, Sc_IsEnabledURL)
  148. values('AAAAABP', '意向客户跟踪', @ParentID, 'False', 'True', '', 'True', 'False')
  149. end
  150. if (select count(ID) from tb_ErpSystemCategory where Sc_ClassCode = 'AAAAABQ') <= 0
  151. begin
  152. insert into tb_ErpSystemCategory(Sc_ClassCode, Sc_ClassName, Sc_ClassParentID, Sc_IsDisable, Sc_IsReadOnly, Sc_URL, Sc_IsDelete, Sc_IsEnabledURL)
  153. values('AAAAABQ', '溜单追回', @ParentID, 'False', 'True', '', 'True', 'False')
  154. end
  155. end
  156. GO
  157. -------------满意度调查
  158. set @ParentID = 0
  159. set @ParentID = (select top 1 ID from tb_ErpSystemCategory where Sc_ClassCode = 'AAAAAAS');
  160. if @ParentID is not null and @ParentID > 0
  161. begin
  162. if (select count(ID) from tb_ErpSystemCategory where Sc_ClassCode = 'AAAAABR') <= 0
  163. begin
  164. insert into tb_ErpSystemCategory(Sc_ClassCode, Sc_ClassName, Sc_ClassParentID, Sc_IsDisable, Sc_IsReadOnly, Sc_URL, Sc_IsDelete, Sc_IsEnabledURL)
  165. values('AAAAABR', '回访接单', @ParentID, 'False', 'True', '', 'True', 'False')
  166. end
  167. if (select count(ID) from tb_ErpSystemCategory where Sc_ClassCode = 'AAAAABS') <= 0
  168. begin
  169. insert into tb_ErpSystemCategory(Sc_ClassCode, Sc_ClassName, Sc_ClassParentID, Sc_IsDisable, Sc_IsReadOnly, Sc_URL, Sc_IsDelete, Sc_IsEnabledURL)
  170. values('AAAAABS', '回访拍摄', @ParentID, 'False', 'True', '', 'True', 'False')
  171. end
  172. end
  173. GO